module Base
{
    recipe Open Crate of 22-LR Rounds
    {
        Bullets22Crate,

        Result:Bullets22Box=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 5.7x28mm Rounds
    {
        Bullets57Crate,

        Result:Bullets57Box=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 380-ACP Rounds
    {
        Bullets380Crate,

        Result:Bullets380Box=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 357 Magnum Bullets
    {
        Bullets357Crate,

        Result:Bullets357Box=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of .45 LC Bullets
    {
        Bullets45LCCrate,

        Result:Bullets45LCBox=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 4g Shotgun Shells
    {
        4gShotgunShellsCrate,

        Result:4gShotgunShellsBox=30,
        Sound:BoxOfShellsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 10g Shotgun Shells
    {
        10gShotgunShellsCrate,

        Result:10gShotgunShellsBox=30,
        Sound:BoxOfShellsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 12g Shotgun Shells
    {
        ShotgunShellsCrate,

        Result:ShotgunShellsBox=30,
        Sound:BoxOfShellsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 20g Shotgun Shells
    {
        20gShotgunShellsCrate,

        Result:20gShotgunShellsBox=30,
        Sound:BoxOfShellsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 5.45x39 Rounds
    {
        545x39Crate,

        Result:545x39Box=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 7.62x39 Rounds
    {
        762x39Crate,

        Result:762x39Box=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 7.62x54mm-Rimmed Ammo
    {
        762x54rCrate,

        Result:762x54rBox=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of 30-06 SPRG Ammo
    {
        3006Crate,

        Result:3006Box=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Open Crate of .50-BMG Rounds
    {
        50BMGCrate,

        Result:50BMGBox=30,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 22-LR Rounds in Crate
    {
        Bullets22Box=30,

        Result:Bullets22Crate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 5.7x28mm Rounds in Crate
    {
        Bullets57Box=30,

        Result:Bullets57Crate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 380-ACP Rounds in Crate
    {
        Bullets380Box=30,

        Result:Bullets380Crate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 357 Magnum Bullets in Crate
    {
        Bullets357Box=30,

        Result:Bullets357Crate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of .45 LC Bullets in Crate
    {
        Bullets45LCBox=30,

        Result:Bullets45LCCrate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of .308 Ammo in Crate
    {
        308Box=30,

        Result:308Crate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 4g Shotgun Shells in Crate
    {
        4gShotgunShellsBox=30,

        Result:4gShotgunShellsCrate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 10g Shotgun Shells in Crate
    {
        10gShotgunShellsBox=30,

        Result:10gShotgunShellsCrate,
        Sound:BoxOfShellsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 12g Shotgun Shells in Crate
    {
        ShotgunShellsBox=30,

        Result:ShotgunShellsCrate,
        Sound:BoxOfShellsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 20g Shotgun Shells in Crate
    {
        20gShotgunShellsBox=30,

        Result:20gShotgunShellsCrate,
        Sound:BoxOfShellsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 5.45x39 Rounds in Crate
    {
        545x39Box=30,

        Result:545x39Crate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 7.62x39 Rounds in Crate
    {
        762x39Box=30,

        Result:762x39Crate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 7.62x54mm-Rimmed Ammo in Crate
    {
        762x54rBox=30,

        Result:762x54rCrate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of 30-06 SPRG Ammo in Crate
    {
        3006Box=30,

        Result:3006Crate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }

    recipe Place Boxes of .50-BMG Rounds in Crate
    {
        50BMGBox=30,

        Result:50BMGCrate,
        Sound:BoxOfRoundsOpenOne,
        Time:20.0,
    }
}